From: Paul Donald Date: Tue, 2 Sep 2025 13:14:58 +0000 (+0200) Subject: luci-mod-network: Change cache placeholder to internal default 150 X-Git-Url: http://git.openwrt.org/%22https:/collectd.org//%22http:/www.crowdsec.net/%22/%22https:/collectd.org/%22http:/www.crowdsec.net/%22?a=commitdiff_plain;h=a2d0f5e2b3fdaca37cc088e40f4cfcb67b23cffe;p=project%2Fluci.git luci-mod-network: Change cache placeholder to internal default 150 Signed-off-by: Paul Donald --- diff --git a/modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js b/modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js index 5f62f21406..35c491da0a 100644 --- a/modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js +++ b/modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js @@ -836,7 +836,7 @@ return view.extend({ _('Number of cached DNS entries, 10000 is maximum, 0 is no caching.')); o.optional = true; o.datatype = 'range(0,10000)'; - o.placeholder = 1000; + o.placeholder = 150; o = s.taboption('limits', form.Value, 'min_cache_ttl', _('Min cache TTL'),